Option Explicit
Sub N_Sample010()
    N_Sample010_1
    MsgBox "N_Sample010"                              'Bz^o
End Sub

'QIsX{
Sub N_Sample010_1()
    MsgBox "N_Sample010_1"
    Exit Sub
    MsgBox "Dummyo̤|Q"
End Sub

